Welcome![Sign In][Sign Up]
Location:
Search - tcp delphi

Search list

[Internet-Networkdelphi iocp 类库

Description: 强大的使用delphi写的iocp类库, 支持线程池, TCP 和UDP 文件传输
Platform: | Size: 128925 | Author: ourfear@21cn.com | Hits:

[Internet-Networkdelphi 基于TCP的文件传输

Description: 用delphi的INDY 9 中的idtcp控件编写的文件传输,可以传送大文件,是新手学习的好例子
Platform: | Size: 424720 | Author: 583586123@qq.com | Hits:

[Delphi/CppBuilderDelphi网络高级编程

Description: 本书介绍了使用Delphi 实现Windows 的网络编程的方法。书中的实例充分利用Delphi VCL 与Winsock API 的特点,方便、快捷地实现各种网络功能。全书由4 部分组成:第一部分介绍TCP/IP 协议、Winsock 知识和Delphi 的基本网络组件;第二部分讲解如何利用Delphi 和Winsock 的优点实现主要协议以及局域网 内部使用的应用程序;第三部分是网络上常用的编码算法与加密的实现等内容;第四部分附录提供了网络编 程时的常用参考资料。 本书提供了内容丰富的实例,并附有全部实现代码。本书适合于利用 Delphi 进行网络程序开发的程序 员阅读。
Platform: | Size: 2954212 | Author: chaoyan_ma@126.com | Hits:

[Windows DevelopTCp端口监测

Description: TCp端口监测程序源码-TCp port monitoring procedures FOSS
Platform: | Size: 303104 | Author: | Hits:

[Internet-Network采用WINSOCK2编写的TCP通信程序

Description: 采用WINSOCK2编写的TCP通信程序-WINSOCK2 prepared using TCP communication program
Platform: | Size: 234496 | Author: 许好 | Hits:

[Internet-NetworkTCP.UDP协议的实时监听

Description: 这是一个用dephi编写的用于监视tcp/udp端口的程序,能够实时监测各个端口的情况-dephi used for the preparation of the surveillance tcp/udp port procedures to real-time monitoring of various ports
Platform: | Size: 205824 | Author: 王博 | Hits:

[Internet-NetworkSock32Server

Description: 使用delphi6开发的TCP/IP下文件服务器程序,使用WINSOCK控件开发。-use Delphi6 development of the TCP/IP file server, the use of Winsock Control development.
Platform: | Size: 615424 | Author: 许光 | Hits:

[Internet-NetworkTCP发送接收

Description: 一个使用TClientSocket控件的程序,抛砖引玉。发送,接收,选择服务器端口,IP地址。TCP-TClientSocket use of a control procedure, congregate. Send, receive, to choose the server port and IP address. TCP
Platform: | Size: 152576 | Author: 王鹏 | Hits:

[OS programTCP连接监控源代码

Description: 有时候,我们需要是否有别人连接到自己机子上,又或者自己想看看是否连接到一定的端口,那么这个例子相信你很喜欢-Sometimes, we need to have people connected to their machine, or to see whether they want to connect to a port, then this example you like
Platform: | Size: 312320 | Author: yang | Hits:

[Internet-Networkmasm_Feiler_v1.0

Description: 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Platform: | Size: 69632 | Author: 水滴 | Hits:

[CommunicationMiniMsg

Description: 一个基于TCP/IP的聊天软件,可以记录聊天的历史记录-a TCP/IP-based chat software, it records the historical record Chat
Platform: | Size: 205824 | Author: 吕达 | Hits:

[Internet-Network多线程网络传输

Description: 在盒子里得到了这么多朋友无私的帮助,真的表示感谢!看到很多朋友在寻求多线程网络传输代码,为此,从我开发的网络棋牌游戏中整理出这个献给大家:) 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 使用协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-be in the box so many friends selfless help and really grateful! Many friends in the search for multi-threaded network transmission code, for from my development of the network and dominoes game sorted out the dedicated people :) development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) use agreement : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server functio
Platform: | Size: 54272 | Author: tom | Hits:

[Internet-NetworkBTDemo

Description: delphi实现的bt下载器示例程序,带全部源码和BT协议 包中文件说明: BTDemo.dpr, BTDemoF.pas, BTDemoF.dfm -- 一个简单的bt下载器,支持多个.torrent文件同时下载 btutils.pas -- 核心bt组件 DCP*.pas -- SHA算法源码(复制自DEC组件包) InetUtils.pas -- 提供Internet下载的函数库 SimpleSocks.pas -- socket组件(TCP) SortLists.pas -- 排序的List组件 ThreadTimer.pas -- 定时器与线程池 DelayLists.pas -- 一个延时5秒再释放Object的队列 FastShareMem.pas, MemPools.pas, ShareGlobals.inc -- 由ThreadTimer内部使用 Bit Torrent Specification.htm -- BT协议文档-realized bt download procedures for example, with all source code and BT agreement package documents : BTDemo.dpr, BTDemoF.pas. BTDemoF.dfm-- a simple bt downloader, supports multiple. torrent download documents btutils.pas-- the core components bt DCP*. pas-- SHA algorithm source code (copied from the DEC kits) InetUtils.pas-- providing Internet download library SimpleSocks.pas-- socket Group pieces (TCP) SortLists.pas-- Ranking List components ThreadTime r.pas-- and the timer thread pool DelayLists.pas-- a delay the release of another five seconds O return of the queue FastShareMem.pas, MemPools.pas. ShareGlobals.inc-- ThreadTimer internal use by Tor Bit rent Specification.htm-- BT agreement document
Platform: | Size: 58368 | Author: vvyang | Hits:

[CommunicationBill-tcp

Description: ip电话超市计费程序客户端,里面有个模拟服务端,只可参考源码,不可用于商用-ip telephone billing clients, with a simulated server, the only reference source and may not be used for commercial
Platform: | Size: 2874368 | Author: cruise | Hits:

[Remote ControlServerClient-tcp

Description: 一个做得还不错的远程控制程序,服务端、客户端做在一起-done a pretty good distance control procedures, server, the client do together
Platform: | Size: 416768 | Author: cruise | Hits:

[Delphi VCLdelphiQQ

Description: LQQ TCP/IP,adad adasdawd-LQQ TCP/IP, adad adasdawd
Platform: | Size: 2048 | Author: | Hits:

[Delphi VCLtcp-udp

Description: tcp/ip通讯程序,实现tcp/ip通讯及信息传输。-tcp/ip communication procedures, realize tcp/ip communication and information transmission.
Platform: | Size: 333824 | Author: xj | Hits:

[P2PTCP

Description: 使用INDY组件中TCP组件进行文件的收发-INDY components use TCP to send and receive files components
Platform: | Size: 403456 | Author: 吴昊 | Hits:

[TCP/IP stackCOM-TCP

Description: 一款企业内部实际应用中的串口及TCP测试软件,功能强大,灵活设置一下,可用于你实际开发参考及测试。-A practical application within the enterprise in the serial and TCP test software, powerful and flexible set up what can be used to refer to you the actual development and testing.
Platform: | Size: 248832 | Author: 陈锦瑞 | Hits:

[Delphi VCLTCP

Description: 用DELPHI开发,采用TCP实现对话,通信以及文件传输功能-WU
Platform: | Size: 214016 | Author: wuj | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net